home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Hash_DeleteTable C Library Procedures Hash_DeleteTable
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- Hash_DeleteTable - release storage in hash table
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<hhaasshh..hh>>
-
- HHaasshh__DDeelleetteeTTaabbllee(_t_a_b_l_e_P_t_r)
-
- AARRGGUUMMEENNTTSS
- Hash_Table *_t_a_b_l_e_P_t_r (in) Pointer to hash table
- whose internal storage is
- to be released.
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- HHaasshh__DDeelleetteeTTaabbllee deletes all the entries in a hash table and
- also releases the table's internal bucket storage back to
- the memory manager. The Hash_Table structure at *_t_a_b_l_e_P_t_r
- is not recycled to the memory manager (it is considered to
- belong to the caller), but the contents of *_t_a_b_l_e_P_t_r are
- reset to indicate that the table is void. Future operations
- on the table will result in core dumps, unless
- HHaasshh__IInniittTTaabbllee gets called again to reset the table.
-
-
- KKEEYYWWOORRDDSS
- delete, hash table
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: April 5, 1989 1
-
-
-
-